Autodesk.AutoCAD.DatabaseServices Namespace > Solid3d Class > Solid3d Methods > CreateLoftedSolid Method > CreateLoftedSolid(LoftProfile[], LoftProfile[], LoftProfile, LoftOptions) Method
Solid3d.CreateLoftedSolid(LoftProfile[], LoftProfile[], LoftProfile, LoftOptions) Method   
Description

This wraps the ObjectARX AcDb3dSolid::createLoftedSolid () method

Visual Basic
Public virtual Function CreateLoftedSolid(
    crossSections As LoftProfile[], 
    guides As LoftProfile[], 
    path As LoftProfile, 
    loftOptions As LoftOptions
) As void
C#
public virtual void CreateLoftedSolid(
    LoftProfile\[\] crossSections, 
    LoftProfile\[\] guides, 
    LoftProfile path, 
    LoftOptions loftOptions
);
Links
   Comments?